Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / InputTextBoxElementBase<T> Class / Style Property

In This Topic
    Style Property (InputTextBoxElementBase<T>)
    In This Topic
    Gets or sets the Style object used to render this Element.
    Syntax
    'Declaration
     
    
    Public Property Style As Style
    public Style Style {get; set;}
    See Also